home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / 3DVIS10.ZIP / ALL2.BAT < prev    next >
DOS Batch File  |  1996-02-29  |  276b  |  8 lines

  1. rem   Displays all the *.3DV files in the current directory. If the
  2. rem   files are in another subdirectory,  you can  specify  it as a
  3. rem   parameter (remember to append a '\' at the end).
  4. rem
  5. rem   Example: ALL2 C:\3DVISION\
  6. rem
  7. for %%x in (*.3dv) do 3dvrand %1%%x
  8.